projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d24868
)
* process.c [__sgi] (allocate_pty): Give up immediately if pty is
author
Jim Blandy
<jimb@redhat.com>
Wed, 19 May 1993 04:38:28 +0000
(
04:38
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Wed, 19 May 1993 04:38:28 +0000
(
04:38
+0000)
inaccessible.
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index f383c95511af0a850c95691c5e08900d3c598001..17a0ca6a7ca71266c7a999473b8380ade326b8ec 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-444,7
+444,7
@@
allocate_pty ()
if (access (pty_name, 6) != 0)
{
close (fd);
-#if
ndef IRIS
+#if
!defined(IRIS) && !defined(__sgi)
continue;
#else
return -1;